home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000330_news@columbia.edu _Tue May 30 06:38:31 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id GAA22028
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 30 May 2000 06:38:30 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id GAA12956
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 30 May 2000 06:38:30 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id GAA07585
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 30 May 2000 06:26:51 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: jaltman@columbia.edu (Jeffrey Altman)
  13. Subject: Re: Translate command does not check the validity of input data?
  14. Date: 30 May 2000 10:26:49 GMT
  15. Organization: Columbia University
  16. Message-ID: <8h0519$7cu$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <ADKY4.78$0C.2466@read2.inet.fi>,
  20. ralf.strandell <ralf.strandell@silja.com> wrote:
  21. : Hi!
  22. : We use the translate command to convert from 7 bit swedish to latin1 or
  23. : cp850.
  24. : We have applied a temporary bug fix so that translate now works fine...
  25. : (set file byte-order big-endian    etc )
  26. : The input data is supposed to be 7 bit but sometimes it contains a few 8 bit
  27. : characters.
  28. : The 8 bit characters should not be there, but sometimes they do... It is OK
  29. : because they go
  30. : throught our unixes etc. intact and finaly return to a pc environment where
  31. : they are correct again.
  32. : QUESTION:
  33. : Kermits translate command seems to drop one bit _without error messages_.
  34. : This character is 8 bit 11001000 and after translate it becomes 7 bit
  35. : 1001000
  36. : Is this a feature or a bug or something in between?
  37. : It would be a useful and nice feature to check the data and display a
  38. : warning is the input data
  39. : is invalid, but we can live without it also.
  40.  
  41. Under what circumstances does this occur?
  42.  
  43. I would expect that any characters that have the 8th bit set would have
  44. those bits stripped or the characters replaced by '?' when the input
  45. character set is a 7-bit character set.
  46.  
  47.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  48.                  The Kermit Project * Columbia University
  49.               612 West 115th St #716 * New York, NY * 10025
  50.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org